request Body Converter
open fun requestBodyConverter(type: Type, parameterAnnotations: Array<out Annotation>, methodAnnotations: Array<out Annotation>, retrofit: <Error class: unknown class>): <Error class: unknown class><out <Error class: unknown class>, <Error class: unknown class>>?
Response body converter delegates logic processing to a child class that handles wrapping and deserialization of the json response data.
Parameters
parameter Annotations
All the annotation applied to request parameters
method Annotations
All the annotation applied to the requesting method
retrofit
The retrofit object representing the response
type
The type of the parameter of the request